PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setContentsHeadingIndent Method
Indentation space from left margin for headings and sub-headings.
In This Topic
    setContentsHeadingIndent Method
    In This Topic
    Sets the heading indent.
    Level 1 headings are aligned to page's left margin. Level 2 headings are indented with space, level 3 headings are indented with 2 * space, and so on.
    This value is used if method returns true.
    Syntax
    public void setContentsHeadingIndent( 
       double value
    )

    Parameters

    value
    Indentation space from left margin for headings and sub-headings.
    See Also